home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
domacnost a kancelar
/
actual
/
atwsetup.exe
/
{app}
/
en.chm
/
features
/
minimize.php
< prev
next >
Wrap
PHP Script
|
2007-04-16
|
1KB
|
34 lines
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Minimization");
?>
<h1>Minimization</h1>
<p><i><b>Available in</b>:
<a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
<a href="http://www.actualtools.com/products/index.php#awg">Actual Window Guard</a>,
<a href="http://www.actualtools.com/products/index.php#awm">Actual Window Minimizer</a>.
</i></p>
<p>The <i><b>Minimization</b> trigger</i> allows automatic execution of actions when an opened window begins to
<a href="minimization.php">minimize</a>. This trigger can be initiated by:
</p>
<ul>
<li>clicking the standard (provided by <i>Windows®</i>) <i><b>Minimize</b> title button</i>
</li>
<li>clicking the associated taskbar button for the window while the window is maximized
</li>
<li>the action of some other application (e.g., <span class="company">Actual Tools</span> program itself)
<i>automatically</i> performing the <a href="minimization.php"><i><b>Minimize</b> action</i></a>
</li>
</ul>
<p>The following <a href="actions.php">actions</a> can be triggered upon minimizing a window:
</p>
<ul>
<li><b><a href="../userinterface/minimizing.php#minimize">Minimize Alternatively</a></b>
</li>
<li><b><a href="../userinterface/priority.php#minimize">Change Program Priority</a></b>
</li>
</ul>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>